Search
AxisRenderer.setLabelFontStyle Method
See Also
 






Sets the style of font that should be used to draw axis labels.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public void setLabelFontStyle (
    EnumSet<FontStyle> value
)

 Parameters

value

One or more values of the FontStyle enumeration.

 See Also